home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Topik / Topik - Disk 18 - Serious (19xx)(Topik Public Domain)(PD)[WB].zip / Topik - Disk 18 - Serious (19xx)(Topik Public Domain)(PD)[WB].adf / DiskUtes / DiskView.DOC < prev    next >
Text File  |  1989-10-01  |  2KB  |  50 lines

  1. DiskView.
  2.  
  3. This program dispalys a map of the blocks allocated for the files and
  4. directories on a disk. It consists of a grid showing all the 1760 blocks of a
  5. disk. The x axis represents the 80 cylinders ( 160 tracks ) numbered from 0
  6. to 79, the y axis lists the 11 blocks from 0 to 10 for each side for a total
  7. of 22 blocks per cylinder.
  8.  
  9. Blocks 0 and 1 are reserved for the boot block or a virus...! Block 880
  10. (cylinder 40, block 0) is for the root directory.
  11.  
  12. Menu options.
  13.  
  14. 1- Project
  15.    a) View : Colors each box of the grid for each block that is used on the
  16.              disk.
  17.    b) Reset: Erases all boxes.
  18.    c) All  : If set, will show all blocks when View is selected or will clear
  19.              all boxes if Reset is selected.
  20.    d) Erase: Resets the screen to startup state.
  21.    e) Quit : Guess what...?
  22.  
  23. 2- Drive
  24.    Choose the drive to be displayed.
  25.  
  26. Usage.
  27. You must first select the drive to be displayed in the block grid with the
  28. Drive menu. The name of the selected drive will be displayed at the left of
  29. the screen. Click on the white box for the root dir (block 880 in the center
  30. of the first line). The disk name will then be displayed in the top of the
  31. screen and a number of boxes will be colored. A box with only one color
  32. represents a directory block, a block with two colors is file's header block
  33. and contains the block numbers for this file.
  34.  
  35. To display info on the colored blocks, simply click on the box and the
  36. description of that block will be displayed. When the box is a header block,
  37. all the blocks for this file will be colored in the same colors as the header
  38. blocks but in a way to set them appart from the header block. If ALL is
  39. selected, all the disk contents will be displayed.
  40.  
  41. This program is written in assembler, it works from either the CLI or
  42. Workbench.
  43.  
  44. Comments, questions or suggestions are welcome.
  45.  
  46.                            Claude Abraham
  47.                            1999 Place Jules Léger
  48.                            St-Bruno, QC, Canada
  49.                            J3V 5M6
  50.